Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #162

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^4.10.1 -> ^4.11.0 age adoption passing confidence devDependencies minor
@nuxt/content (source) ^3.3.0 -> ^3.4.0 age adoption passing confidence devDependencies minor
@nuxt/devtools-kit (source) ^2.2.1 -> ^2.3.2 age adoption passing confidence devDependencies minor
@nuxt/devtools-ui-kit (source) ^2.2.1 -> ^2.3.2 age adoption passing confidence devDependencies minor
@nuxtjs/i18n (source) 9.3.1 -> 9.4.0 age adoption passing confidence devDependencies minor
consola ^3.4.0 -> ^3.4.2 age adoption passing confidence dependencies patch
eslint (source) ^9.22.0 -> ^9.23.0 age adoption passing confidence devDependencies minor
nuxt-site-config ^3.1.4 -> ^3.1.7 age adoption passing confidence dependencies patch
pnpm (source) 10.6.2 -> 10.7.0 age adoption passing confidence packageManager minor
pnpm/action-setup v4.0.0 -> v4.1.0 age adoption passing confidence action minor
typescript (source) 5.6.3 -> 5.8.2 age adoption passing confidence resolutions minor
typescript (source) 5.6.3 -> 5.8.2 age adoption passing confidence devDependencies minor
vitest (source) ^3.0.8 -> ^3.1.1 age adoption passing confidence devDependencies minor

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.10.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt/content (@​nuxt/content)

v3.4.0

Compare Source

Features
Bug Fixes
  • check for ws existence before closing (#​3238) (6ec0eb8)
  • module: prevent conflict with auth & security tools (#​3245) (dc27bc9)
  • parser: recreate highlighter when options did change (53875b1)
nuxt/devtools (@​nuxt/devtools-kit)

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Bug Fixes
  • downgrade execa to be compatible with Node v18, fix #​821 (f15c7dc)

v2.3.0

Compare Source

Features

2.2.1 (2025-03-05)

Bug Fixes
  • inspector: do not register instapector events if there is already any (db01e1b)
nuxt-modules/i18n (@​nuxtjs/i18n)

v9.4.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.3.4

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

v9.3.3

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

v9.3.2

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub
unjs/consola (consola)

v3.4.2

Compare Source

compare changes

🩹 Fixes
  • Export tree utils (#​349)
  • Calculate box width with the title width (#​362)
🏡 Chore
❤️ Contributors

v3.4.1

Compare Source

compare changes

🩹 Fixes
  • Remove all message lines from stack (#​356)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v9.23.0

Compare Source

harlan-zw/nuxt-site-config (nuxt-site-config)

v3.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v10.7.0

Compare Source

Minor Changes
  • pnpm config get and list also show settings set in pnpm-workspace.yaml files #​9316.

  • It should be possible to use env variables in pnpm-workspace.yaml setting names and value.

  • Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range * is the same as name-only, except that patch application failure will not be ignored.

    For example:

    patchedDependencies:
      foo: patches/foo-1.patch
      foo@^2.0.0: patches/foo-2.patch
      [email protected]: patches/foo-3.patch

    The above configuration would apply patches/foo-3.patch to [email protected], patches/foo-2.patch to all foo versions which satisfy ^2.0.0 except 2.1.0, and patches/foo-1.patch to the remaining foo versions.

    [!WARNING]
    The version ranges should not overlap. If you want to specialize a sub range, make sure to exclude it from the other keys. For example:

    # pnpm-workspace.yaml
    patchedDependencies:
      # the specialized sub range
      '[email protected]': patches/foo.2.2.0-2.8.0.patch
      # the more general patch, excluding the sub range above
      'foo@>=2.0.0 <2.2.0 || >2.8.0': 'patches/foo.gte2.patch

    In most cases, however, it's sufficient to just define an exact version to override the range.

  • pnpm config set --location=project saves the setting to a pnpm-workspace.yaml file if no .npmrc file is present in the directory #​9316.

  • Rename pnpm.allowNonAppliedPatches to pnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.

  • Add pnpm.ignorePatchFailures to manage whether pnpm would ignore patch application failures.

    If ignorePatchFailures is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.

    If ignorePatchFailures is explicitly set to false, pnpm would throw an error when any type of patch fails to apply.

    If ignorePatchFailures is explicitly set to true, pnpm would print a warning when any type of patch fails to apply.

Patch Changes
  • Remove dependency paths from audit output to prevent out-of-memory errors #​9280.

v10.6.5

Compare Source

v10.6.4: pnpm 10.6.4

Compare Source

Patch Changes

  • Fix pnpm dlx with --allow-build flag #​9263.
  • Invalid Node.js version in use-node-version should not cause pnpm itself to break #​9276.
  • The max amount of workers running for linking packages from the store has been reduced to 4 to achieve optimal results #​9286. The workers are performing many file system operations, so increasing the number of CPUs doesn't help performance after some point.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v10.6.3

Compare Source

Patch Changes
  • pnpm install --prod=false should not crash, when executed in a project with a pnpm-workspace.yaml file #​9233. This fixes regression introduced via #​9211.

  • Add the missing node-options config to recursive run #​9180.

  • Removed a branching code path that only executed when dedupe-peer-dependents=false. We believe this internal refactor will not result in behavior changes, but we expect it to make future pnpm versions behave more consistently for projects that override dedupe-peer-dependents to false. There should be less unique bugs from turning off dedupe-peer-dependents.

    See details in #​9259.

pnpm/action-setup (pnpm/action-setup)

v4.1.0

Compare Source

Add support for package.yaml #​156.

microsoft/TypeScript (typescript)

v5.8.2

Compare Source

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

vitest-dev/vitest (vitest)

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

v3.0.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3ac0c20 to c3401fa Compare November 24, 2024 13:43
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update resolutions typescript to v5.7.2 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c3401fa to e9071c1 Compare November 24, 2024 19:45
@renovate renovate bot changed the title chore(deps): update resolutions typescript to v5.7.2 chore(deps): update all non-major dependencies Nov 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from e5c4edd to b12bed6 Compare December 2, 2024 15:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3265462 to 7143602 Compare December 6, 2024 16:04
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Dec 7, 2024
@renovate renovate bot closed this Dec 7, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch December 7, 2024 06:12
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Dec 7, 2024
@renovate renovate bot reopened this Dec 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 841de50 to 7143602 Compare December 7, 2024 16:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 4694fbb to 2389198 Compare March 13, 2025 21:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 7c98391 to 0eb2192 Compare March 23, 2025 00:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0b430ee to e7b8944 Compare March 26, 2025 14:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e7b8944 to a394240 Compare March 31, 2025 12:58
@harlan-zw harlan-zw merged commit 03347a5 into main Mar 31, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant